From 34090b6d14a56137cbc67cf2626531d35e2eb51d Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Wed, 24 Nov 2004 23:14:34 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.450 (41a515dahwURMq8RlgJaYDcQTbLF9A) xc_linux_build.c: Boot 32 vcpus. --- tools/libxc/xc_linux_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_linux_build.c b/tools/libxc/xc_linux_build.c index 062e0242b5..052611852e 100644 --- a/tools/libxc/xc_linux_build.c +++ b/tools/libxc/xc_linux_build.c @@ -335,7 +335,7 @@ static int setup_guestos(int xc_handle, /* Mask all upcalls... */ for ( i = 0; i < MAX_VIRT_CPUS; i++ ) shared_info->vcpu_data[i].evtchn_upcall_mask = 1; - shared_info->n_vcpu = 8; + shared_info->n_vcpu = 32; munmap(shared_info, PAGE_SIZE); /* Send the page update requests down to the hypervisor. */ -- 2.30.2